NLayoutPanel<TLayout,TChildren> Class Members
In This Topic
The following tables list the members exposed by NLayoutPanel<TLayout,TChildren>.
Public Fields
Public Properties
| Name | Description |
| HorizontalSpacing | Gets or sets the minimal horizontal spacing between the arranged items |
| UniformHeights | Gets or sets the way in which the items are resized in the Y dimension prior to being measured or arranged. By default set to None, which means that cells are initially having their desired heights. |
| UniformWidths | Gets or sets the way in which the items are resized in the X dimension prior to being measured or arranged. By default set to None, which means that cells are initially having their desired widths. |
| VerticalSpacing | Gets or sets the minimal vertical spacing between the arranged items |
Top
See Also